home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d2 / pkfix095.arc / PKZIPFIX.DOC < prev    next >
Text File  |  1989-03-02  |  2KB  |  76 lines

  1.  
  2.  
  3. OverView
  4. --------
  5.  
  6. The .ZIP file format was designed for high reliability, using 4-byte
  7. signatures for all file headers, and redundant distributed & centralized
  8. directory structures.
  9.  
  10. PKZIPFIX is a simple utility that takes advantage of the extra
  11. reliability of the .ZIP file format to reconstruct truncated or
  12. damaged .ZIP files.
  13.  
  14. PKZIPFIX however can not create good data out of bad data!  If a
  15. portion of a .ZIP file has been corrupted, PKZIPFIX will allow
  16. recovery of the unaffected files.  Depending on how badly damaged
  17. the .ZIP file is however, one or more files may still extract with
  18. errors.
  19.  
  20.  
  21.  
  22. Usage
  23. -----
  24.  
  25. PKZIPFIX should be used when PKZIP or PKUNZIP inidcate that a .ZIP
  26. file is in error, or a .ZIP file has become damaged.  PKZIPFIX can
  27. also be used to extract the .ZIP file portion from a PKSFX (R) self-
  28. extracting file.
  29.  
  30.  
  31.  
  32. PKZIPFIX Syntax
  33. ---------------
  34.  
  35. PKZIPFIX  ZipFile
  36.  
  37. Where ZipFile is the name of the file to be recovered.  An extension
  38. of .ZIP will be used by default.  PKZIPFIX will attempt to recover
  39. ZipFile and will create a file called PKFIXED.ZIP which contains the
  40. reconstructed .ZIP file.
  41.  
  42. The file PKFIXED.ZIP can then be extracted or listed with PKUNZIP.
  43. It is strongly recommended that you then use PKZIP to create a new
  44. .ZIP file from the files that are extracted from PKFIXED.ZIP.
  45.  
  46.  
  47.  
  48. License
  49. -------
  50.  
  51. You are free to use, copy and distribute PKZIPFIX for NONCOMMERCIAL use if:
  52.  
  53.            No fee is charged for use, copying or distribution.
  54.        
  55.             It is not modified in any way.
  56.                 
  57. Clubs and user groups may charge a nominal fee not to exceed ($10) for
  58. expenses and handling while distributing PKZIPFIX.
  59.  
  60.  
  61.  
  62. Disclaimer
  63. ----------
  64.  
  65. PKWARE hereby disclaims all warranties relating to this software, whether
  66. express or implied, including without limitation any implied warranties
  67. of merchantability or fitness for a particular purpose. PKWARE will not
  68. be liable for any special, incidental, consequential, indirect or similar
  69. damages due to loss of data or any other reason, even if PKWARE or an
  70. agent of PKWARE has been advised of the possibility of such damages.  In
  71. no event shall PKWARE's liability for any damages ever exceed the price
  72. paid for the license to use software, regardless of the form of the
  73. claim.  The person using the software bears all risk as to the quality
  74. and performance of the software.
  75.  
  76.